Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / client-authenticator-providers

Path parameters:
realm - realm name (not id!)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/authentication/client-authenticator-providers 

Method Detail

GET /admin/realms/{realm}/authentication/client-authenticator-providers

HTTP Example:
GET /admin/realms/{realm}/authentication/client-authenticator-providers
API Example:

AuthenticationManagementResource.getClientAuthenticatorProviders({'realm': /* name realm name (not id!) */});

Output:
List<Map<String,Object>>
Produces:
application/json

Keycloak REST Services 1.5.0-Final